/* ========== SERVICES SECTION ========== */
.service-card {
    background: white;
    border-radius: 20px;
    padding: 30px;
    height: 100%;
    border: 1px solid #eef2f7;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(102, 126, 234, 0.15);
    border-color: rgba(102, 126, 234, 0.2);
}

.service-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.service-icon i {
    font-size: 2rem;
    color: white;
}

.service-title {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #2c3e50;
}

.service-description {
    color: #666;
    margin-bottom: 20px;
    line-height: 1.6;
}

.service-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    color: #555;
    font-size: 0.95rem;
}

.service-features i {
    color: #27ae60;
}

/* ========== TESTIMONIALS SECTION ========== */
.testimonial-slider {
    position: relative;
}

.testimonial-item {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    margin: 0 15px;
}

.testimonial-quote {
    font-size: 3rem;
    color: #667eea;
    opacity: 0.2;
    margin-bottom: 20px;
    display: block;
}

.testimonial-text {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #555;
    font-style: italic;
    margin-bottom: 30px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 20px;
}

.author-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.avatar-initials {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 600;
}

.author-info h5 {
    margin: 0;
    font-size: 1.2rem;
    color: #2c3e50;
}

.author-info p {
    margin: 5px 0 0;
    color: #666;
    font-size: 0.9rem;
}

/* ========== EDUCATION SECTION ========== */
/* Education & Certifications Section */
.education-card {
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    height: 100%;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.education-card:hover {
    border-color: #667eea;
    transform: translateY(-5px);
}

.education-header {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 2px solid #f8f9fa;
}

.education-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.education-icon i {
    font-size: 1.8rem;
    color: white;
}

.education-header h3 {
    font-size: 1.5rem;
    color: #2c3e50;
    margin-bottom: 8px;
    line-height: 1.3;
}

.education-institution {
    font-size: 1.1rem;
    color: #667eea;
    font-weight: 600;
    margin-bottom: 5px;
}

.education-duration {
    color: #666;
    font-size: 0.95rem;
    margin-bottom: 3px;
}

.education-content p {
    color: #555;
    line-height: 1.7;
    margin-bottom: 25px;
}

.education-specializations {
    margin-bottom: 25px;
}

.education-specializations h4 {
    font-size: 1.1rem;
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: 600;
}

.specialization-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.specialization {
    background: rgba(102, 126, 234, 0.1);
    color: #667eea;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.specialization:hover {
    background: #667eea;
    color: white;
    transform: translateY(-2px);
}

.education-highlights h4 {
    font-size: 1.1rem;
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: 600;
}

.highlight-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.highlight-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.highlight-item i {
    color: #27ae60;
    font-size: 1rem;
    margin-top: 3px;
    flex-shrink: 0;
}

.highlight-item span {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.5;
}

/* Certifications Section */
.section-title-sm {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 10px;
}

.section-subtitle-sm {
    color: #666;
    font-size: 1rem;
    margin-bottom: 25px;
}

.certifications-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.certification-card {
    background: white;
    border-radius: 15px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.certification-card:hover {
    border-color: #667eea;
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(102, 126, 234, 0.1);
}

.certification-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

.certification-icon i {
    font-size: 1.8rem;
    color: white;
}

.certification-card h4 {
    font-size: 1.1rem;
    color: #2c3e50;
    margin-bottom: 8px;
    line-height: 1.3;
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.certification-issuer {
    color: #667eea;
    font-weight: 500;
    font-size: 0.9rem;
    margin-bottom: 5px;
}

.certification-date {
    color: #666;
    font-size: 0.85rem;
    margin-bottom: 15px;
}

.certification-skills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-top: auto;
}

.certification-skills span {
    background: #f8f9fa;
    color: #555;
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 0.75rem;
    font-weight: 500;
}

/* Responsive Design */
@media (max-width: 992px) {
    .certifications-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .education-header h3 {
        font-size: 1.3rem;
    }
    
    .section-title-sm {
        font-size: 1.6rem;
    }
}

@media (max-width: 768px) {
    .certifications-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .education-card {
        padding: 25px;
    }
    
    .certification-card {
        padding: 20px;
    }
    
    .certification-card h4 {
        font-size: 1rem;
        min-height: 40px;
    }
}

@media (max-width: 576px) {
    .certifications-grid {
        grid-template-columns: 1fr;
    }
    
    .education-header {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .education-icon {
        margin: 0 auto;
    }
    
    .specialization-list {
        justify-content: center;
    }
    
    .certification-card h4 {
        min-height: auto;
        margin-bottom: 10px;
    }
}

/* Animation */
.education-card, .certification-card {
    animation: fadeInUp 0.6s ease forwards;
    opacity: 0;
}

.education-card { animation-delay: 0.1s; }
.certification-card:nth-child(1) { animation-delay: 0.2s; }
.certification-card:nth-child(2) { animation-delay: 0.3s; }
.certification-card:nth-child(3) { animation-delay: 0.4s; }
.certification-card:nth-child(4) { animation-delay: 0.5s; }
.certification-card:nth-child(5) { animation-delay: 0.6s; }
.certification-card:nth-child(6) { animation-delay: 0.7s; }

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ========== PROCESS SECTION ========== */
.process-timeline {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.process-timeline::before {
    content: '';
    position: absolute;
    left: 40px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #667eea, #764ba2);
    border-radius: 3px;
}

.process-step {
    position: relative;
    display: flex;
    gap: 30px;
    margin-bottom: 50px;
}

.step-number {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 700;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
}

.step-content {
    flex: 1;
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.step-content h3 {
    font-size: 1.4rem;
    color: #2c3e50;
    margin-bottom: 15px;
}

.step-content p {
    color: #555;
    line-height: 1.7;
    margin-bottom: 20px;
}

.step-tools {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tool {
    background: #f8f9fa;
    color: #667eea;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
}

/* ========== BLOG SECTION ========== */
.blog-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}

.blog-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog-card:hover .blog-image img {
    transform: scale(1.1);
}

.blog-category {
    position: absolute;
    top: 20px;
    left: 20px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
}

.blog-content {
    padding: 25px;
}

.blog-title {
    font-size: 1.3rem;
    color: #2c3e50;
    margin-bottom: 15px;
    line-height: 1.4;
}

.blog-excerpt {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.blog-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    color: #888;
    font-size: 0.9rem;
}

.blog-meta i {
    margin-right: 5px;
}

.blog-link {
    color: #667eea;
    text-decoration: none;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: gap 0.3s ease;
}

.blog-link:hover {
    gap: 10px;
    color: #764ba2;
}

/* ========== CTA SECTION ========== */
.cta-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23ffffff" fill-opacity="0.05" d="M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,112C672,96,768,96,864,112C960,128,1056,160,1152,160C1248,160,1344,128,1392,112L1440,96L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>');
    background-size: cover;
    background-position: center;
}

.cta-content {
    position: relative;
    z-index: 1;
}

.cta-title {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.cta-text {
    font-size: 1.2rem;
    opacity: 0.9;
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-buttons .btn {
    padding: 12px 30px;
    font-size: 1.1rem;
    border-radius: 10px;
}

.cta-stats {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.stat {
    text-align: center;
}

.stat h4 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 5px;
    opacity: 0.9;
}

.stat p {
    font-size: 0.9rem;
    opacity: 0.7;
}

/* ========== RESPONSIVE DESIGN ========== */
@media (max-width: 992px) {
    .services-grid,
    .certifications-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .process-timeline::before {
        left: 35px;
    }
    
    .step-number {
        width: 70px;
        height: 70px;
        font-size: 1.6rem;
    }
}

@media (max-width: 768px) {
    .services-grid,
    .certifications-grid {
        grid-template-columns: 1fr;
    }
    
    .process-timeline::before {
        left: 30px;
    }
    
    .step-number {
        width: 60px;
        height: 60px;
        font-size: 1.4rem;
    }
    
    .process-step {
        gap: 20px;
    }
    
    .step-content {
        padding: 20px;
    }
    
    .cta-title {
        font-size: 2.2rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-buttons .btn {
        width: 100%;
        max-width: 300px;
    }
    
    .cta-stats {
        gap: 30px;
    }
}

@media (max-width: 576px) {
    .testimonial-item {
        padding: 30px 20px;
    }
    
    .testimonial-text {
        font-size: 1.1rem;
    }
    
    .education-header {
        flex-direction: column;
        text-align: center;
    }
    
    .process-timeline::before {
        left: 25px;
    }
    
    .step-number {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
    
    .process-step {
        flex-direction: column;
        gap: 15px;
    }
    
    .cta-title {
        font-size: 1.8rem;
    }
    
    .cta-text {
        font-size: 1rem;
    }
    
    .cta-stats {
        gap: 20px;
    }
    
    .stat h4 {
        font-size: 2rem;
    }
}